The various changes to move to using info instead of passing the config
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Sat, 12 Nov 2005 17:59:56 +0000 (18:59 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Sat, 12 Nov 2005 17:59:56 +0000 (18:59 +0100)
commitdeb1c115f94278c13362c42e05296cc887e09241
treece55953e900cb530e1f5abdf2bc6ddb9f755c464
parentaeedebd4233c59364ff1d51ca7a2e27543dcf7ff
The various changes to move to using info instead of passing the config
sxpr everywhere broke the use of a boot loader for booting with.  The
attached fixes things up so that
a) use of a bootloader ==> kernel not specified in the config file
b) don't cleanup bootloader files until after the domain has booted
c) rerun bootloader on reboot

Signed-off-by: Jeremy Katz <katzj@redhat.com>
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xend/image.py
tools/python/xen/xm/create.py